+Fri Feb 27 15:06:00 2004 Jonathan Blandford <jrb@redhat.com>
+
+ * gtk/gtkfilechooser.c (gtk_file_chooser_class_init): remove
+ folder-mode property.
+
+ * gtk/gtkfilechooserutils.c
+ (_gtk_file_chooser_install_properties): remove FOLDER_MODE property.
+
Thu Feb 26 17:38:40 2004 Manish Singh <yosh@gimp.org>
* gtk/gtkcombobox.c: Add function declaration for
+Fri Feb 27 15:06:00 2004 Jonathan Blandford <jrb@redhat.com>
+
+ * gtk/gtkfilechooser.c (gtk_file_chooser_class_init): remove
+ folder-mode property.
+
+ * gtk/gtkfilechooserutils.c
+ (_gtk_file_chooser_install_properties): remove FOLDER_MODE property.
+
Thu Feb 26 17:38:40 2004 Manish Singh <yosh@gimp.org>
* gtk/gtkcombobox.c: Add function declaration for
+Fri Feb 27 15:06:00 2004 Jonathan Blandford <jrb@redhat.com>
+
+ * gtk/gtkfilechooser.c (gtk_file_chooser_class_init): remove
+ folder-mode property.
+
+ * gtk/gtkfilechooserutils.c
+ (_gtk_file_chooser_install_properties): remove FOLDER_MODE property.
+
Thu Feb 26 17:38:40 2004 Manish Singh <yosh@gimp.org>
* gtk/gtkcombobox.c: Add function declaration for
+Fri Feb 27 15:06:00 2004 Jonathan Blandford <jrb@redhat.com>
+
+ * gtk/gtkfilechooser.c (gtk_file_chooser_class_init): remove
+ folder-mode property.
+
+ * gtk/gtkfilechooserutils.c
+ (_gtk_file_chooser_install_properties): remove FOLDER_MODE property.
+
Thu Feb 26 17:38:40 2004 Manish Singh <yosh@gimp.org>
* gtk/gtkcombobox.c: Add function declaration for
+Fri Feb 27 15:06:00 2004 Jonathan Blandford <jrb@redhat.com>
+
+ * gtk/gtkfilechooser.c (gtk_file_chooser_class_init): remove
+ folder-mode property.
+
+ * gtk/gtkfilechooserutils.c
+ (_gtk_file_chooser_install_properties): remove FOLDER_MODE property.
+
Thu Feb 26 17:38:40 2004 Manish Singh <yosh@gimp.org>
* gtk/gtkcombobox.c: Add function declaration for
P_("The current filter for selecting which files are displayed"),
GTK_TYPE_FILE_FILTER,
G_PARAM_READWRITE));
- g_object_interface_install_property (g_iface,
- g_param_spec_boolean ("folder-mode",
- P_("Folder Mode"),
- P_("Whether to select folders rather than files"),
- FALSE,
- G_PARAM_READWRITE));
g_object_interface_install_property (g_iface,
g_param_spec_boolean ("local-only",
P_("Local Only"),
g_object_class_override_property (klass,
GTK_FILE_CHOOSER_PROP_FILTER,
"filter");
- g_object_class_override_property (klass,
- GTK_FILE_CHOOSER_PROP_FOLDER_MODE,
- "folder-mode");
g_object_class_override_property (klass,
GTK_FILE_CHOOSER_PROP_LOCAL_ONLY,
"local-only");